theme: Make spinner drawing start with the solid line
authorBenjamin Otte <otte@redhat.com>
Sat, 5 Mar 2011 13:53:26 +0000 (14:53 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 5 Mar 2011 14:03:56 +0000 (15:03 +0100)
commitde3616d52c349fa304cf2625b81f639452e1d907
treecf97ce79671e1fcb19c15b490913a6bbd93fe0f5
parent41b5a6a900a625771366f3492ac2b9463feabf4b
theme: Make spinner drawing start with the solid line

Previously, for i == 0, we were drawing the translucent line first.
However, people reading the code would always assume the solid line is
indicated by the current step. So make the code do that.

Note that the spinner now rotates in the wrong direction. This will be
fixed in a future commit.
gtk/gtkthemingengine.c